'Declaration<ComVisibleAttribute(False)> <DefaultMemberAttribute("Item")> <CLSCompliantAttribute(True)> Public Interface IObservableKeyedCollection (Of TKey,TItem) Inherits IKeyedCollection(Of TKey,TItem), IReadOnlyKeyedCollection(Of TKey,TItem), System.Collections.Generic.ICollection(Of TItem), System.Collections.Generic.IEnumerable(Of TItem), System.Collections.Generic.IList(Of TItem), System.Collections.Generic.IReadOnlyCollection(Of TItem), System.Collections.Generic.IReadOnlyList(Of TItem), System.Collections.IEnumerable, System.Collections.Specialized.INotifyCollectionChanged
'UsageDim instance As IObservableKeyedCollection(Of TKey,TItem)
[ComVisible(false)] [DefaultMember("Item")] [CLSCompliant(true)] public interface IObservableKeyedCollection<TKey,TItem> : IKeyedCollection<TKey,TItem>, IReadOnlyKeyedCollection<TKey,TItem>, System.Collections.Generic.ICollection<TItem>, System.Collections.Generic.IEnumerable<TItem>, System.Collections.Generic.IList<TItem>, System.Collections.Generic.IReadOnlyCollection<TItem>, System.Collections.Generic.IReadOnlyList<TItem>, System.Collections.IEnumerable, System.Collections.Specialized.INotifyCollectionChanged
[ComVisible(false)] [DefaultMember("Item")] [CLSCompliant(true)] generic<typename TKey> generic<typename TItem> public interface class IObservableKeyedCollection : public IKeyedCollection<TKey,TItem>, IReadOnlyKeyedCollection<TKey,TItem>, System.Collections.Generic.ICollection<TItem>, System.Collections.Generic.IEnumerable<TItem>, System.Collections.Generic.IList<TItem>, System.Collections.Generic.IReadOnlyCollection<TItem>, System.Collections.Generic.IReadOnlyList<TItem>, System.Collections.IEnumerable, System.Collections.Specialized.INotifyCollectionChanged